-
Notifications
You must be signed in to change notification settings - Fork 1.2k
#840, #844 #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#840, #844 #848
Conversation
@@ -183,9 +182,6 @@ export async function activate(context: vscode.ExtensionContext) { | |||
}); | |||
activationDeferred.resolve(); | |||
|
|||
// tslint:disable-next-line:no-unused-expression | |||
new BannerService(persistentStateFactory); | |||
|
|||
const deprecationMgr = new FeatureDeprecationManager(persistentStateFactory, !!jupyterExtension); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should delete the files related to BannerService
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we might need it to another banner just in case. But I guess it is easy to recover code from the history
Fixes #844
Fixes #840
@
as operatorsFixes #830